File

src/app/shared/interface/IStatistics.ts

Index

Properties

Properties

wordCount
wordCount: IWordCount
Type : IWordCount
wordPercentage
wordPercentage: IWordPercentage
Type : IWordPercentage
import { IWordPercentage } from './IWordPercentage';
import { IWordCount } from './IWordCount';

export interface IStatistics {
    wordCount: IWordCount;
    wordPercentage: IWordPercentage;
}

results matching ""

    No results matching ""